This document describes the LATEX document styles art-jgr and art-grl that I have written for producing camera-ready copy in JGR and GRL formats. They may also be used to make manuscripts or preprints that looks exactly like a JGR or GRL reprint.
A sample file is provided illustrating how the extra commands are used.
By changing the options in the \documentstyle
line, it may be formatted
as one-column (camera-ready copy), two-column (as reprint), and draft (as
manuscript), both for JGR and for GRL. Some other variations are shown, such as
how the author names appear, as well as with and without BIEM BTEX, with the
`other' method commented out. The user may experiment with these alternatives
him/herself.
The document styles are called in one of several ways:
This document describes the LATEX document styles art-jgr and art-grl that I have written for producing camera-ready copy in JGR and GRL formats. They may also be used to make manuscripts or preprints that looks exactly like a JGR or GRL reprint.
A sample file is provided illustrating how the extra commands are used.
By changing the options in the \documentstyle
line, it may be formatted
as one-column (camera-ready copy), two-column (as reprint), and draft (as
manuscript), both for JGR and for GRL. Some other variations are shown, such as
how the author names appear, as well as with and without BIEM BTEX, with the
`other' method commented out. The user may experiment with these alternatives
him/herself.
The document styles are called in one of several ways:
Additional options available:
Figures, plates, and tables should be put in the text within an appropriate
environment at that location where they are first referred to. The figure and
plate captions will then be printed at the end in camera-ready and draft
modes. Similarly, all the tables will appear after the figure captions.
A marginal note is printed where the environment is defined, unless
\figmarkoff
has been given.
Each figure and plate environment must contain one and only
one \caption
command. They may also contain picture generating
commands (picture mode) or importing commands. These will be ignored on
the page of figure captions. However, if \printfigures
is given in the
preamble, then all the figures will be outputted at the very end of the paper,
one per page, no page numbers, page width 15 cm.
Examples:
\begin{figure} \vspace{6cm} \caption{\label{fig:samp1} Text of the Figure caption...} \end{figure} |
\begin{figure} \setlength{\fboxsep}{0pt} \setlength{\unitlength}{1cm} \fbox{\begin{picture}(8,6) \put(4,3){\makebox(0,0){Paste Here}} \end{picture}} \caption{\label{fig:samp1} Text of the Figure caption...} \end{figure} |
\begin{figure} \epsfysize9cm \epsfbox{sample.eps} \caption{\label{fig:samp1} Text of the Figure caption...} \end{figure} |
References to the literature are not made in the text as
[Daly {\it et al.} 1989]
, but rather as \cite{daly89}
.
The key daly89 is the identifying name for the reference that appears in
the data base. Just how \cite
is interpreted (as a number, author name
and date, or some other symbol) depends on the selected bibliographystyle. The appropriate style for jgr and grl options
is agu. I have changed the application of \cite
slightly so that it
fits in with JGR usage.
in text | output |
\cite{daly89} |
Daly et al. [1989] |
\cite[]{daly89} |
[Daly et al., 1989] |
\cite[e.g. ]{daly89} |
[e.g. Daly et al., 1989] |
\cite{daly89,rich88} |
Daly et al. [1989]; Richter and Schwenn [1988] |
etc. |
At the location in the text where the list of references should appear, one
gives the following
\bibliographystyle{agu}
\bibliography{filename1,filename2,...}
where the file names are those of various bibliography data bases to be
searched (extension .bib).
Alternatively, one can write the bibliography oneself:
\begin{thebibliography}{} \bibitem[Daly {\it et~al.}(1989)]{daly89} % |--------citation-------||-key--| Daly, P.~W., E. Kirsch .... . . . . . . . \end{thebibliography}Note that the year is written in parentheses () in the citation. This is the text that appears where the
\cite{daly89}
is given, but the ()'s are
replaced by [] or by nothing depending on context.
In order to use bibliography data bases efficiently, it helps to have a listing of their entries and especially of their keys. To this end I have designed another bibliography style keylist that can be used with the file keylist.tex. A batch job keylist.bat simplifies the whole procedure. The file keylist.axx is also needed for this. See instructions within keylist.bat.
\documentstyle
options accordingly. Provision is
made to run it with or without BIEM BTEX, by commenting out certain lines as
described in the file. The two ways of giving author affiliation are also
shown, and may be easily altered. The idea is that one can learn more from
the input text as an example and comparing it with the output.
To generate the output, one must LATEX (or compose) the samjgr.tex file. If BIEM BTEX is used, it must be processed further, first with bibtex and then at least twice with latex again, until the message LaTeX Warning: Label(s) may have changed... no longer appears.
The complete list of files in this package is:
agu | . | bst | AGU bibliography style definition (for BIEM BTEX) |
art-agu | . | doc | Source file with comments for both style files |
art-grl | . | sty | GRL style option, comments removed |
art-jgr | . | sty | JGR style option, comments removed |
changes | . | v41 | List of changes between versions 4.0 and 4.1 |
changes | . | v42 | List of changes between versions 4.1 and 4.2 |
guide | . | tex | Source text for this Guide |
jgrman | . | tex | A manual for the JGR and GRL style options |
keylist | . | bst | Bibliography style definition for keylist |
keylist | . | tex | A .tex file that lists the contents of a bibliographic data base with its keys |
makesty | . | tex | A driver for the docstrip program, which when TEX'd extracts the two .sty files from art-agu.doc. Requires that docstrip.tex be in the system |
samjgr | . | tex | Sample text file for experimenting |
sample | . | bib | Bibliography data base for the samples |
read | . | me | An information file (Ascii) |
to Patrick W. Daly, 1993 July 23